ul,p{margin:0 auto; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a.abtn{
	position:absolute;
	bottom:20px;
	display:block;
	height:30px;
	width:30px;
	overflow:hidden;
	text-indent:-20000px;
}
a.aleft{
	right:38px;
	background:url(../Image/arrow3.png) left top no-repeat;
}
a.aright{
	right:0px;
	background:url(../Image/arrow3.png) right top no-repeat;
}

.productshow{
	width:518px;
	height:336px;
	position:relative;
	margin:40px auto 0 auto;
}
.productshow .scrollcontainer{
	width:518px;
	height:336px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:80000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:518px;
	height:336px;
}
.productshow .scrollcontainer a{
	width:518px;
	height:336px;
	display:block;
}
.productshow .scrollcontainer li img{
	width:518px;
	height:266px;
}
.productshow .scrollcontainer li span{
	line-height:70px;
	font-size:18px;
	overflow:hidden;
}
.productshow .scrollcontainer a{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.productshow .scrollcontainer a:hover{
	
}